Skip to main content
POST
Associate a creative with a line item.

Authorizations

Authorization
string
header
required

Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.

Path Parameters

line_item_id
string<uuid>
required

Body

application/json
crid
string<uuid>
required
end_date
string<date-time>
required
start_date
string<date-time>
required
status
enum<string>
default:inactive
Available options:
inactive,
active

Response

Successful Response

created_at
string<date-time>
required
crid
string<uuid>
required

Creative ID — references creatives.id (composite PK)

end_date
string<date-time>
required

End date of the association (UTC)

lid
string<uuid>
required

LineItem ID — references line_items.id (composite PK)

start_date
string<date-time>
required

Start date of the association (UTC)

updated_at
string<date-time>
required
id
string<uuid> | null
no
integer | null
status
enum<string>
default:inactive

Status of the association — independent of Creative.status.

Available options:
inactive,
active